Cisco Packet Tracer Extensions API 8.1.0
API for communication between Cisco Packet Tracer application and its extension applications and modules.
Public Member Functions | List of all members
CryptoMapSeq Class Reference

CryptoMapSeq holds and manipulates crypto maps in a crypto map set. More...

Public Member Functions

int getSeqNum ()
 Returns the sequence number of this crypto map. More...
 
bool isIncomplete ()
 Returns true if this crypto map is incomplete, otherwise false. More...
 
void setMatchAdd (string)
 Sets the match for this crypto map. More...
 
string getMatchAdd ()
 Returns the match for this crypto map. More...
 
void setSaLifeTime (int)
 Sets the IPSec SA lifetime. More...
 
int getSaLifeTime ()
 Returns the IPSec SA lifetime. More...
 

Detailed Description

CryptoMapSeq holds and manipulates crypto maps in a crypto map set.

Member Function Documentation

◆ getMatchAdd()

string CryptoMapSeq::getMatchAdd ( )

Returns the match for this crypto map.

Returns
string, the match for this crypto map.

◆ getSaLifeTime()

int CryptoMapSeq::getSaLifeTime ( )

Returns the IPSec SA lifetime.

Returns
int, the IPSec SA lifetime.

◆ getSeqNum()

int CryptoMapSeq::getSeqNum ( )

Returns the sequence number of this crypto map.

Returns
int, the sequence number of this crypto map.

◆ isIncomplete()

bool CryptoMapSeq::isIncomplete ( )

Returns true if this crypto map is incomplete, otherwise false.

Returns
bool, true if this crypto map is incomplete, otherwise false.

◆ setMatchAdd()

void CryptoMapSeq::setMatchAdd ( string  )

Sets the match for this crypto map.

Parameters
string,thematch to set for this crypto map.

◆ setSaLifeTime()

void CryptoMapSeq::setSaLifeTime ( int  )

Sets the IPSec SA lifetime.

Parameters
int,theIPSec SA lifetime to set.

The documentation for this class was generated from the following file: